runtime.heapStatsAggregate.inObjects (field)
4 uses
runtime (current package)
metrics.go#L372: out.scalar = in.heapStats.inObjects
metrics.go#L393: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L656: inObjects uint64
metrics.go#L695: a.inObjects = a.totalAllocated - a.totalFreed
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)